Back
LCA:

Syntax:

  • LCA
Description:

The LCA (load configuration address) instruction stores the output of the AGU as a configuration register address. When followed by RTC, the stored configuration register address is the destination register, and when followed by CTR, it is the source register.

Microcode Pattern:

Takes 1 cycles to execute.
    Example: LCA

	  
  ASEL
  ----
  LCA

	  
Example :

AGU_ED ZERO 0x00000011  !! Generates 0x00000011 on the 
                        !! output of the accumulator
						
LCA                     !! Loads configuration address 
                        !! from the value of the accumulator, 
                        !! i.e., 0x11

APE Group Zeuthen. 2003

$Id: syntax.php,v 1.8 2004/08/04 09:25:34 noe Exp $